Xamarin.Android | ComponentOne
C1.Android.Core Assembly / C1.Android.Core Namespace / C1Behavior<T> Class / Detach Method


In This Topic
    Detach Method
    In This Topic
    Detaches the behavior from the Android.Views.View.
    Syntax
    'Declaration
     
    
    Public Sub Detach( _
       ByVal o As T _
    ) 
    'Usage
     
    
    Dim instance As C1Behavior(Of T)
    Dim o As T
     
    instance.Detach(o)
    public void Detach( 
       T o
    )

    Parameters

    o
    See Also